@media screen and (min-width: 750px){
	#jumphelper{
		right:22% !important;
	}
}

.wrap {
	height: 100%;
}

/* 头部 */
.header {
	padding: 0 15px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #D61518;
}

.logo{
	display: flex;
}
.logo p{
	margin-left: 5px;
	color: #606266;
	font-size: 16px;
}

.logoImg {
	height: 20px;
}

.logoImg img {
	height: 100%;
}

.goCoverage{
	height: 25px;
}
.goCoverage img{
	height: 100%;
	border-radius: 3px;
}

.type {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 45px;
	padding: 0 15px;
	border-bottom: 1px solid #dcdfe6;
	background-color: #FFFFFF;
}

.typeItem {
	color: #606266;
	line-height: 45px;
	font-size: 14px;
	transition: all ease-in-out 0.2s;
}

.typeItem-on {
	color: #D61518;
	font-weight: bold;
	line-height: 45px;
	font-size: 14px;
	border-bottom: 3px solid #D61518;
	transition: all ease-in-out 0.2s;
}



/* banner区 */
.banner {
	/* margin-top: 5px; */
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

/* swiper部分样式重写 */
.swiper-slide{
	/*height: 200px;*/
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	display: flex;
	justify-content: center;
}

.swiper-pagination-bullets {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	padding: 3px 5px;
}

/* 直播内容列表 */

.liveList {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liveListItem{
	width: 48%;
	margin-bottom: 15px;
}

.liveListImgBox{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.liveListImg {
	font-size: 0;
	/*height: 90px;*/
	overflow: hidden;
}

.liveListImg img {
	width: 100%;
	height: 100%;
}
.liveListTitleBox{
	padding: 5px 0;
}
.liveListTitle{
	font-size: 13px;
	color: #303133;
}
.liveListLable{
	width: max-content;
	padding: 3px 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.8);
	border-radius: 3px;
	position: absolute;
	margin-top: 3px;
	margin-left: -3px;
}
.liveListLable1{
	width: max-content;
	padding: 3px 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: rgba(214,21,24,0.8);
	border-radius: 3px;
	position: absolute;
	margin-top: 3px;
	margin-left: -3px;
}




/* 加载更多 */
.more {
	width: 70%;
	height: 35px;
	background-color: #D61518;
	margin: 0px auto 40px auto;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 100px;
}

/* 底部信息 */
.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.footer p {
	font-size: 10px;
	color: #909399;
}

.footer a {
	font-size: 10px;
	color: #909399;
}

/* 直播详情页 */
.liveDetailImg{
	padding: 15px;
}
.liveDetailImg img{
	width: 100%;
	height: 100%;
}
.goLive{
	width: 70%;
	height: 35px;
	background-color: #D61518;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 100px;
}

/* 视频内容列表 */
.videoList {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.videoListItem{
	width: 48%;
	margin-bottom: 15px;
}

.videoListImg {
	font-size: 0;
	height: 90px;
	overflow: hidden;
}

.videoListImg img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.videoListTitleBox{
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.videoListTitle{
	font-size: 13px;
	color: #303133;
	margin-bottom: 10px;
}
.videoListLable{
	width: max-content;
	padding: 2px 5px;
	font-size: 10px;
	color: #D61518;
	border: 1px solid #D61518;
	border-radius: 3px;
}
/* 视频详情页 */
.videoPlay{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.videoInfo{
	background-color: #FFFFFF;
	padding: 15px;
}
.videoInfo h2{
	font-size: 16px;
	margin-bottom: 15px;
}
.vedioKeyword{
	width: max-content;
	padding: 2px 5px;
	font-size: 12px;
	color: #D61518;
	border: 1px solid #D61518;
	border-radius: 3px;
	margin-bottom: 15px;
}
.videoIntro{
	font-size: 13px;
	color: #606266;
}
.recommend{
	border-left: 3px solid #D61518;
	padding-left: 15px;
	margin: 30px 15px 0px 15px;

}
.recommendList{
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.goVideo{
	width: 70%;
	height: 35px;
	background-color: #D61518;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 100px;
}

#jumphelper {
	position: fixed;
	bottom: 38px;
	right: 3%;
	z-index: 10;
}
#jumphelper a img{
	width: 45px;
	height: 45px;
}
/*搜索页*/
.sea{
	justify-content: center;
	height: 30px;
	margin-top: 5px;
}
.sea-inp{
	width: 83%;
	height: 30px;
	background: #f3f3f3;
	float: left;
	margin-left: 8px;
	display: inline-block;
	margin-top: 1px;
	border-radius: 15px;
}
.sea-inp i{
	margin-left: 10px;
}
.sea-inp input{
	width: 80%;
	height: 25px;
	background: #f3f3f3;
	border: 0;
	color: #000000;
	margin-top: 3px;
	font-size: 13px;
	line-height: 24px;
	border-radius: 15px;
	padding-left: 10px;
}
.sea > a{
	color: #D61518;
	line-height: 30px;
	margin-left: 10px;
}
.sea-res{
	margin-top: 15px;

}
.sea-res > p{
	font-size: 16px;
	color: #D61518;
	font-weight: bold;
	margin-left: 15px;
}
.sea-p{
	font-size: 16px;
	color: #D61518;
	font-weight: bold;
	margin-left: 15px;
}
.sea-res p{
	font-size: 14px;
}
.sea-list{
	display: flex;
}
.sea-list p:nth-child(1){
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
}
.sea-list p:nth-child(2){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#sea-list .liveListItem:last-child  .sea-list{
	margin-left: -3px;
}
#sea-list .liveListItem:last-child  .sea-list p:nth-child(1){
	margin-right: 7px;
}
#sea-list .liveListItem:nth-child(2n) .sea-list{
	justify-content: flex-end;
}
.browse{
	width: 50%;
	color: #FFFFFF;
}
.browse p{
	font-size: 12px;
	float: right;
	z-index: 10;
	right: 0;
	padding: 5px;
	border-radius: 5px;
}
